home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00265_Browse A text off.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  205 b   |  11 lines

  1. on mouseUp
  2.   global gShowText, gScreenMode
  3.   set gShowText to 1
  4.   setaProp(gScreenMode, #TXTRESP, #ONPCT)
  5.   highlight(the clickOn)
  6.   drawText()
  7.   setShowTextGray()
  8.   updateStage()
  9.   drawAllResponses()
  10. end
  11.